Clamps Dictionary
color->midi-rgb
Function
(color->midi-rgb color)
Return a list of MIDI RGB values for color.
Arguments
color |
String of 6 letters containing the HEX Values for R, G and B. |
Example
(color->midi-rgb "ffff00") -> (127 127 0)
Created: 2025-06-08 So 16:56